Welcome![Sign In][Sign Up]
Location:
Search - sqlite source code

Search list

[Other resourcesqlite

Description: 此为嵌入式数据库SQLite的一段源码,希望对嵌入式数据库SQLite的爱好者有所帮助-this SQLite embedded database for the section of source code, hope for embedded SQLite database enthusiasts help
Platform: | Size: 11459 | Author: wyp | Hits:

[Windows Developsqlite-3_2_1

Description: sqlite数据库的源代码,用于设计小型数据库-Source code of sqlite database, which is used for designing minitype database.
Platform: | Size: 157519 | Author: 桑文锋 | Hits:

[Windows Developsqlitedll-3_2_1

Description: sqlitedll的源代码,用于在程序中直接调用-sqlitedll source code, can be called directly from program.
Platform: | Size: 135168 | Author: 桑文锋 | Hits:

[Other Databasespragma

Description: 此为嵌入式数据库SQLite的一段源码,希望对嵌入式数据库SQLite的爱好者有所帮助-this SQLite embedded database for the section of source code, hope for embedded SQLite database enthusiasts help
Platform: | Size: 6144 | Author: wyp | Hits:

[Other DatabasessqliteInt

Description: 此为嵌入式数据库SQLite的一段源码,希望对嵌入式数据库SQLite的爱好者有所帮助-this SQLite embedded database for the section of source code, hope for embedded SQLite database enthusiasts help
Platform: | Size: 17408 | Author: wyp | Hits:

[Other DatabasesSQLITE

Description: sqlite打包下载与sqlite使用方法完全介绍,且附wince下通讯录实例源代码。-sqlite package to download and use sqlite full description, and attached to wince under the address book example of source code.
Platform: | Size: 5324800 | Author: 都鞥 | Hits:

[Other Databasessqlite-source-3_6_22

Description: SQLite3数据库源码,SQLite3数据库源码-SQLite3 database source code, SQLite3 database source code
Platform: | Size: 1135616 | Author: 张勇 | Hits:

[Other DatabasesSQLite3_ARM

Description: 在windows、Linux、ARM上调试通过的SQLite源码。 SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。   SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。 -In the windows, Linux, ARM debug through the SQLite source code. SQLite is an open source embedded relational database, which in 2000 released by D. Richard Hipp, and its application management to reduce the overhead of data, SQLite good portability, it is easy to use, small, efficient and reliable. SQLite embedded into applications that use it, they share the same process space, rather than a separate process. Externally, it is not like a RDBMS, but in the process itself, it is a complete, self-contained database engine.
Platform: | Size: 594944 | Author: hegang | Hits:

[Linux-Unixsqlite-amalgamation-3.6.23.1.tar

Description: sqlite数据库linux源代码,并包含configure 和 MakeFile 文件-sqlite database linux source code, and include files configure and MakeFile
Platform: | Size: 1421312 | Author: 大肚 | Hits:

[Delphi VCLDelphiConnSqlite

Description: delphi2010 源代码 连接 sqlite 创建数据库, 创建数据表 插入记录 查询数据库内所有记录-delphi2010 sqlite source code to create a database connection, create a data table into the record all the records within the database query
Platform: | Size: 221184 | Author: 张晓楠 | Hits:

[ADO-ODBCsqlite-source-3_7_2

Description: sqlite3的源代码! sqlite3的源代码! -sqlite3 source code! sqlite3 source code! sqlite3 source code! sqlite3 source code!
Platform: | Size: 1219584 | Author: pangguigao | Hits:

[Other Databasessqlite-autoconf-3070603.tar

Description: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合。这个压缩文件包含了必要的文件。更多资料:http://www.sqlite.org/about.html-This ZIP archive contains all C source code for SQLite 3.7.6.3 combined into a single source file 。
Platform: | Size: 1720320 | Author: jinguoju | Hits:

[androidAndroid-SQLite-

Description: Android SQLite 增、删、查、改操作源码,对开发与数据库有关的软件很有借鉴意义-Android SQLite about adding,deleting,searching and changing source code
Platform: | Size: 77824 | Author: 乌木城 | Hits:

[Linux-Unixsqlite

Description: sqlite的源代码,有兴趣的童鞋可以下载来参考,sqlite数据库是怎么实现的!-sqlite source code, are interested in children' s shoes can be downloaded to reference sqlite database is how to achieve!
Platform: | Size: 12281856 | Author: dancy88927 | Hits:

[JSP/JavaSQLite

Description: sqlite源码,实现数据库的连接-Sqlite source code, the realization of the database connection
Platform: | Size: 44032 | Author: 沐沐 | Hits:

[Other Databasessqlite-amalgamation-3080500

Description: sqlite的一个文件的源码 ,全部都在一个文件中-sqlite source code in one file
Platform: | Size: 1505280 | Author: lee | Hits:

[ADO-ODBCsqlite-source-3_3_15

Description: sqlite 嵌入式/文件数据库源代码,应用非常广泛-SQLite embedded source code
Platform: | Size: 588800 | Author: 陈利辉 | Hits:

[Database systemsqlite-autoconf-3080500.tar

Description: sqlite的源代码,体积小巧,适合任何系统-sqlite source code, small size, suitable for any system
Platform: | Size: 1956864 | Author: cxb | Hits:

[Othersqlite

Description: 内附有sqlite3.6.2源码以及移植arm的基本步骤,sqlite.c为数据库的基本操作,具有增删改查的功能,并采用事务处理方式,事务处理能够极大的提高数据库的写入速度(With sqlite3.6.2 source code and the basic steps of porting arm, sqlite.c as the basic operation of the database, with crud functions, and the use of transaction processing, transaction processing can greatly improve the speed of writing database)
Platform: | Size: 2314240 | Author: KILLY | Hits:

[Other Databasessqlite-amalgamation-3081002

Description: sqlite library source code
Platform: | Size: 1596416 | Author: zaqxswcde123 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net